Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/126 - Postal Code/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/126 - Postal Code/index.html
363 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

index.js /cody/swapnilsparsh/30DaysOfJavaScript/126 - Postal Code/index.js
187 Views
0 Comments
function pincode() {
var pin = document.getElementById("pincode").value;
var url = `https://api.postalpincode.in/pincode/`;
u